home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…tion Library 4 (Reseller)
/
Apple Ref. & Pres. Lib.v4.0.iso
/
1-Reference
/
User Groups DB
/
User Groups.res
/
User Groups.res.rsrc
/
4DTE_15009
< prev
next >
Wrap
Text File
|
1990-04-04
|
430b
|
23 lines
GetField(Var1;Var2;Var3;Var4)
Var1, Var2, Var4 are of type Integer.
Var3 is of type String.
GetField returns the name and type of the field as specified by Var1, (the selected file), and Var2, (the selected field of file Var1).
Var3 contains the name of the field.
Var4 contains the type of the field.
Results for Var4:
0 Alpha
1 Real
2 Text
3 Picture
4 Date
5 Reserved
6 Reserved
7 Subfile
8 Integer
9 LongInteger